func path/filepath.cleanGlobPathWindows

2 uses

	path/filepath (current package)
		match.go#L267: 		volumeLen, dir = cleanGlobPathWindows(dir)
		match.go#L309: func cleanGlobPathWindows(path string) (prefixLen int, cleaned string) {